You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxExprInt Class > MtxExprInt Methods > Ramp Method > MtxExprInt.Ramp Method ([In] int, [In] double, [In] double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxExprInt.Ramp Method ([In] int, [In] double, [In] double)

Returns a VectorInt of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.

Syntax
C#
Visual Basic
public static VectorInt Ramp([In] int Len, [In] double Offset, [In] double Step);

Internally calls TVecInt.Ramp

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!